home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / m / megaballv4a.dms / megaballv4a.adf / InstallMB < prev    next >
Text File  |  1995-10-25  |  874b  |  42 lines

  1. ; MegaBall4 installation CLI/IconX script.
  2.  
  3. if exists c:requestfile
  4.     echo "cd " noline >ram:mb_dir
  5.     requestfile title "Where to install MegaBall4 directory?" drawersonly >>ram:mb_dir
  6.     execute ram:mb_dir
  7. else
  8.     cd DH0:    ;or wherever you want MB to be installed.
  9. endif
  10.  
  11. echo "Making MegaBall4 subdirectory in: " noline
  12. cd
  13.  
  14. failat 21
  15.  
  16. copy MB4disk1:MegaBall4?info ""
  17. copy MB4disk1:MegaBall4 MegaBall4 all clone
  18. copy MB4disk2:MegaBall4 MegaBall4 all clone
  19.  
  20. copy MB4disk3:fonts FONTS: all
  21.  
  22. version >NIL: asl.library 37
  23. if warn
  24.     version >NIL: req.library 2 5
  25.     if warn
  26.         copy MB4disk3:libs/req?library LIBS:
  27.     endif
  28. endif
  29.  
  30. version >NIL: datatypes.library
  31. if warn
  32.     version >NIL: iff.library 23 2
  33.     if warn
  34.         copy MB4disk3:libs/iff?library LIBS:
  35.     endif
  36. endif
  37.  
  38. copy MB4disk3:MB_Music MegaBall4/MB_Music all clone
  39.  
  40. echo "All done."
  41. wait 4 secs
  42.